home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / 5333de.zip / READ.ME < prev    next >
Text File  |  1993-04-03  |  1KB  |  38 lines

  1. We encountered a problem and reduced it to a small program.    I
  2. received it as "1.prg".  I then tried to reduce it even further, and
  3. the results are shown below:
  4.  
  5. PROGRAM NOTES
  6.  
  7. #1    5333  appends to CA, opens IDS, locates a record,
  8.             increments a field, returns and loops.
  9. #2:   5333  removes the append
  10. #3:   5333  removes CA.dbf completely
  11. #4:   okay  removes LOCATE and FOUND(), changes proc PRIVATE to LOCAL
  12. #5:   5333  from #3, changed all PRIVATE to LOCAL
  13. #6:   okay  from #5, took the USE out of the loop.
  14. #7:   okay  left the USE in the loop, but removed LOCATE, FOUND().
  15.  
  16. CRASH NOTES:
  17.  
  18. #1    REC#2334  string=  165K  free  =   64K  run   =  161K  ???   =  604K
  19.       REC#2335  string=  165K  free  =   64K  run   =  161K  ???   =  604K
  20.       NEW_ID (28)  Internal error 5333
  21.  
  22. #2:   REC#2329   string=  165K  free  =   64K  run   =  161K  ???   =  604K
  23.       NEW_ID (32)  Internal error 5333
  24.  
  25. #3:   REC#2375   string=  163K  free  =   64K  run   =  159K  ???   =  596K
  26.       3 (10)  Internal error 5333
  27.  
  28. #4:   no problem
  29.  
  30. #5:   REC#2332   string=  166K  free  =   64K  run   =  163K  EMM   =  488K
  31.       REC#2333
  32.       5 (15)  Internal error 5333
  33.  
  34. #6:   no problem
  35.  
  36. #7:   no problem
  37.  
  38.